home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00287_cycle at end of resources.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  151 b   |  10 lines

  1. on exitFrame
  2.   global gVoiceHandler
  3.   if gVoiceHandler = EMPTY then
  4.     hCycleRes()
  5.   else
  6.     hRequestSpeechStatus()
  7.     go("RESOURCES")
  8.   end if
  9. end
  10.